home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00053_Script_53 < prev    next >
Text File  |  2001-12-07  |  220b  |  12 lines

  1. property mysprite
  2.  
  3. on beginsprite me
  4.   set mysprite to the spritenum of me
  5. end
  6.  
  7. on exitframe me
  8.   if the mouseH > 100 AND the mouseH < 700 then
  9.     set the locH of sprite mysprite to the mouseH
  10.     end if
  11. end
  12.